home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 8: LINUX Games / Linux Cubed Series 8 - LINUX Games.iso / games / fortune-.tar / fortune- / fortune / datfiles / off / unrotated / Makefile < prev    next >
Makefile  |  1995-09-29  |  143b  |  5 lines

  1. rotated:
  2.     $(MAKE) -C ../../../util rot
  3.     for i in * ; do if [ "$$i" != "Makefile" ] ; then cat $$i \
  4.     | ../../../util/rot >"../$$i" ; fi ; done
  5.